home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / rbtrasci.zip / RBTRASCI.ASC < prev   
Text File  |  1992-04-27  |  4KB  |  77 lines

  1. HARDWARE REBOOTER
  2. =================
  3.  
  4. Purpose - reboot computer should the CD line not become high within 9 rings 
  5. (see note below).  Relay contacts are connected to computer reset line.  As 
  6. the hardware is right now, SYSOPS and assistant SYSOPS would know to hang up 
  7. on the ninth ring should the modem not answer (the system will reboot).
  8.  
  9. NOTE: Pin 1 is high on reset/initialization.  First ring would bring pin 2 
  10. high.  For this reason pin 9 would actually reboot the system on the eighth 
  11. ring.
  12.  
  13.       +5VDC
  14.         │
  15.         │   ┌─┐ (5VDC REED RELAY)
  16.         ├───┼─┼─┐
  17.         ┴ ┌─┤ ├─┘                ┌───────[ +5 activates relay ]────────────┐
  18.         │ └─┼─┼─┐                └┐                                        │
  19.         ├───┤ ├─┘      ┌──────────┼──────────────────────────┐       10  5 │
  20.         │   └─┘      ┌─┼─┐       ┌┘    ┌──┬────┐  ┌───────┐  │  ┌──┐  │  │ │
  21.  +5VDC  └────────────┘ │ └────┐  │     ╧  │    │  │ +5VDC │  │  │  ╧  │  │ │
  22.    │                   │      │  │        │    │  │    │  │  │  │     │  │ │
  23. ┌──╫──╫──╫──╫──╫─╫─╫─┐ │┌──╫──╫──╫──╫──╫──╫──╫─╫─┐│ ┌──╫──╫──╫──╫──╫──╫──╫─╫─┐
  24. │ 14 13 12 11 10 9 8 │ ││ 16 15 14 13 12 11 10 9 ││ │ 16 15 14 13 12 11 10 9 │
  25. └┐     MC1489        │ │└┐        4049           ││ └┐        4017           │
  26. ┌┘QUAD LINE RECEIVER │ │┌┘ INVERTING HEX BUFFER  ││ ┌┘DECADE COUNTER/DIVIDER │
  27. │  1  2  3  4  5 6 7 │ ││  1  2--3  4--5  6  7 8 ││ │  1  2  3  4  5  6  7 8 │
  28. └──╫──╫──╫──╫──╫─╫─╫─┘ │└──╫──╫──╫──╫──╫──╫──╫─╫─┘│ └──╫──╫──╫──╫──╫──╫──╫─╫─┘
  29.    │     │  │    │ │   │   │  │  │  │  │     └─┤  │    │  │  │  │  │  │  │ │
  30.    │     │  │    │ │   │+5VDC │  │  │  └┐      ╧  │    │  │  │  │  │  │  │ ╧
  31.   ┌┴─┐   │ ┌┴─┐  │ ╧   └──────┘  │  └───┼─────────┘    6  2  1  3  7  8  4
  32.   │RI│   │ │CD│  │               └┐    ┌┘
  33.   └──┘   │ └──┘  └────────────────┼────┘
  34.          │                       ┌┘
  35.          └───────────────────────┘
  36.  
  37. - CD resets 4017 decade counter (pin 15).  Initialization string should 
  38. incorporate an AT&C0C1 to ensure the rebooter is reset (or it could reboot 
  39. the system when the next caller calls; the counter would keep going).
  40.  
  41. - 7805 Voltage regulator not show in schematic.  Power supply is 9VDC 
  42. battery.  7805 supplies +5DC to all ICs and reed relay.
  43.  
  44. - Reed relay provides an isolated switch for motherboard reset pins.
  45.  
  46. NOTE: Unisys MDM-2400-USA modem activates relay on 4th ring.  PP 9600SA modem 
  47. activates relay on 8th ring (as it's supposed to).  Other modems not tested.  
  48. Unisys early activation is caused by a short pulse (not visible by eye) on RI 
  49. line just prior to pulse that is visible.  This results in each ring counting 
  50. as two on the Unisys modem.  Not a preferred setting because a caller could 
  51. end up rebooting the system a number of times trying to get on.  If the 
  52. caller were to hang up on a ring with a multiple of 4 the computer would stay 
  53. in a state of reset.  
  54.  
  55. Notes
  56. =====
  57.  
  58. - Need to incorporate a capacitor on RI line so that this short pulse is not 
  59. interpreted as a separate logic high by quad line receiver.  This would have 
  60. no effect on modems that don't provide the pulse while maintaining a high 
  61. logic level on those modems that do.  Results - consistent, predictable 
  62. results.
  63.        
  64. - Relay stays closed until "activate ring"+1 (configurable on 4017, however 
  65. hard-wired for 9).  555 timer could eliminate this problem by keeping line 
  66. high for only 1 second.  Currently, If a caller hangs up on ninth ring 
  67. computer stays in state of reset.  Next callers first ring would allow 
  68. computer to reboot however if caller stays online for nine rings system would 
  69. remain in state of reset (not-likely occurrance)
  70.  
  71. - optic-isolator could be used to detect hi CD line(s) from other modem(s). 
  72. This line could be ANDed with 4017 to ensure system would not reboot while 
  73. other nodes had users.  Considerable circuitry required to buffer 4017 state 
  74. until all CDs are low and to reset 4017 once relay activated (otherwise 
  75. computer system will stay in a state of reset).
  76.  
  77.